home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / mklist.zip / MKLIST.DOC < prev    next >
Text File  |  1992-12-03  |  4KB  |  81 lines

  1. This is a quick program I put together to help me revive my BBS.
  2. In the past whenever I wanted to re-install my BBS, I had to
  3. make a list of ALL the files I had, to create the files database.
  4. This list then had to work with "WCFILE" to insert the names and
  5. descriptions into the database. WOW!, what a time consuming job.
  6.  
  7. I use the program "FLOP", by Michel Conley, to produce my "Allfiles.Txt"
  8. file. Since I already had a list of the files with descriptions, I
  9. started picking the file areas out of this file, then I would manually
  10. go in and make the list compatible with "WCFILE". With over 5,000 files
  11. that gets time consuming. I then wrote this program to save me time and
  12. work.
  13. *************************************************************************
  14. "Flop" makes a file similar to:
  15.  
  16.                                ╔══════════════════╗
  17.                                ║ TINKER SOFTWARE  ║
  18.                                ╚══════════════════╝
  19.  
  20.                  Listing Of ALL Available Files As Of 07-05-92
  21.                  ═════════════════════════════════════════════
  22.  
  23. -------------------------------------------------------------------------------
  24.                                 Tinker Software
  25. -------------------------------------------------------------------------------
  26.  
  27. File Name          Size     Date         Description
  28.  
  29. INTERCAT.ZIP      20,651  12/12/99     | Interactive Wildcat v3 BBS Tutorial.
  30. DL:    8 Upldr: LARRY EDWARDS          | From Larry Edwards.
  31.  
  32. TEACH20A.ZIP     152,646  04/07/92     | A program designed to aid the student
  33. DL:    9 Upldr: LARRY EDWARDS          | in studies. <ASP>
  34.  
  35. YRWAY22.ZIP      134,933  03/10/92     | Study aid. Configurable for
  36. DL:    5 Upldr: LARRY EDWARDS          | subjects/prompts/language <ASP>
  37.  
  38. ******************************************************************************
  39.  
  40. Now this will NOT work with "WCFILE"! What I do is copy the section I want
  41. to work with to another file, remove ALL the lines down to the first file
  42. listed. Leave 1 blank line ABOVE the first file name. Now your new file
  43. should look like:
  44.  
  45. ******************************************************************************
  46.  
  47. INTERCAT.ZIP      20,651  12/12/99     | Interactive Wildcat v3 BBS Tutorial.
  48. DL:    8 Upldr: LARRY EDWARDS          | From Larry Edwards.
  49.  
  50. TEACH20A.ZIP     152,646  04/07/92     | A program designed to aid the student
  51. DL:    9 Upldr: LARRY EDWARDS          | in studies. <ASP>
  52.  
  53. YRWAY22.ZIP      134,933  03/10/92     | Study aid. Configurable for
  54. DL:    5 Upldr: LARRY EDWARDS          | subjects/prompts/language <ASP>
  55.  
  56. ******************************************************************************
  57.  
  58. Then type "MKLIST MyFile.Txt" where "Myfile.Txt" is the name of your new file
  59. name. This will create a file called "NEW.TXT", which will look like:
  60.  
  61. ******************************************************************************
  62. INTERCAT.ZIP Interactive Wildcat v3 BBS Tutorial. From Larry Edwards.
  63. TEACH20A.ZIP A program designed to aid the student in studies. <ASP>
  64. YRWAY22.ZIP  Study aid. Configurable for subjects/prompts/language <ASP>
  65. ******************************************************************************
  66.  
  67. Now this will work with "WCFILE". Copy "NEW.TXT" over to your WILDCAT Home
  68. directory and run "WCFILE" when it asks for the description file to use
  69. type in "NEW.TXT". Change the "Description" position pointer to 14, input
  70. the rest of the answers and hit F-10.
  71.  
  72. That is all there is to it!
  73.  
  74. Registration is $0.00, consider this my Christmas present to all of you.
  75. If you like it leave me a message on the Wildcat BBS.
  76.  
  77. As in all things in life, I will NOT be responsible for any damages done.
  78. You use this program at your own risk, 'nuff said!
  79.  
  80. Larry Edwards
  81.